ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / CaseSensitiveSearch Property

In This Topic
    CaseSensitiveSearch Property (ListBox<T>)
    In This Topic
    Gets or sets a value that determines whether searches performed while the user types should case-sensitive.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property CaseSensitiveSearch As Boolean
    [DefaultValue(false)]
    public bool CaseSensitiveSearch {get; set;}
    See Also